Html Css Color HEX #6CA2FA Cornflower Blue

📋 copy color: '#6CA2FA'

red 108 ◦ green 162 ◦ blue 250

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

Shades of Cornflower Blue #6CA2FA

Tints of Cornflower Blue #6CA2FA

RGB

 RED value IS 108 (42.58% from 255) = 20.77%

 GREEN value IS 162 (63.67% from 255) = 31.15%

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

R = 20.77%
G = 31.15%
B = 48.08%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6CA2FA (or 0x6CA2FA) is known color: Cornflower Blue. HEX triplet: 6C, A2 and FA. RGB value is (108,162,250). Sum of RGB (Red+Green+Blue) = 108+162+250=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #6CA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA2FA is #935D05. Grayscale: #9B9B9B. Windows color (decimal): -9657606 or 16425580. OLE color: 16425580.

HSL color Cylindrical-coordinate representation of color #6CA2FA: hue angle of 217.18º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CA2FA is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 162 250 -
CMYK 0.57 0.35 0 0.02
HSL 217.18º 0.93% 0.7% -
HSV(B) 217.18º 0.57% 0.98% -
XYZ 36.36 35.93 95.46 -
YUV 155.89 181.11 93.84 -
System Red Green Blue C M Y K H S L
Decimal 108 162 250 0.57 0.35 0 0.02 217.18 0.93 0.7
Hex 6C A2 FA 39 23 0 2 D9 5D 46
Octal 154 242 372 71 43 0 2 331 135 106
Binary 1101100 10100010 11111010 111001 100011 0 10 11011001 1011101 1000110

Color Harmonies of #6CA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA2FA

Black with #6CA2FA

Text Example


Text Example

White with #6CA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CA2FA; }

 p { color: rgb(108,162,250); }

 H1.HeaderClassName
 {
   color: #6CA2FA;
 }
 .AnyTagClassName
 {
   color: #6CA2FA;
 }
</style>

background-color css

<style>
 a { background-color: #6CA2FA; }

 a { background-color: rgb(108,162,250); }

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

border-color css

<style>
 span { border-color: #6CA2FA; }

 span { border-color: rgb(108,162,250); }

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