Html Css Color HEX #6382FA Cornflower Blue

📋 copy color: '#6382FA'

red 99 ◦ green 130 ◦ blue 250

#6382FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6382FA

Tints of Cornflower Blue #6382FA

RGB

 RED value IS 99 (39.06% from 255) = 20.67%

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 20.67%
G = 27.14%
B = 52.19%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6382FA (or 0x6382FA) is known color: Cornflower Blue. HEX triplet: 63, 82 and FA. RGB value is (99,130,250). Sum of RGB (Red+Green+Blue) = 99+130+250=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #6382FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6382FA is #9C7D05. Grayscale: #858585. Windows color (decimal): -10255622 or 16417379. OLE color: 16417379.

HSL color Cylindrical-coordinate representation of color #6382FA: hue angle of 227.68º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6382FA is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 130 250 -
CMYK 0.60 0.48 0 0.02
HSL 227.68º 0.94% 0.68% -
HSV(B) 227.68º 0.6% 0.98% -
XYZ 30.38 25.52 93.77 -
YUV 134.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 99 130 250 0.60 0.48 0 0.02 227.68 0.94 0.68
Hex 63 82 FA 3C 30 0 2 E4 5E 44
Octal 143 202 372 74 60 0 2 344 136 104
Binary 1100011 10000010 11111010 111100 110000 0 10 11100100 1011110 1000100

Color Harmonies of #6382FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6382FA

Black with #6382FA

Text Example


Text Example

White with #6382FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6382FA; }

 p { color: rgb(99,130,250); }

 H1.HeaderClassName
 {
   color: #6382FA;
 }
 .AnyTagClassName
 {
   color: #6382FA;
 }
</style>

background-color css

<style>
 a { background-color: #6382FA; }

 a { background-color: rgb(99,130,250); }

 div.DivClassName
 {
   background-color: #6382FA;
 }
 .BgClassName
 {
   background-color: #6382FA;
 }
</style>

border-color css

<style>
 span { border-color: #6382FA; }

 span { border-color: rgb(99,130,250); }

 td.TdClassName
 {
   border-color: #6382FA;
 }
 .TagClassName
 {
   border-color: #6382FA;
 }
</style>