Html Css Color HEX #6CA2FC Cornflower Blue

📋 copy color: '#6CA2FC'

red 108 ◦ green 162 ◦ blue 252

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

Shades of Cornflower Blue #6CA2FC

Tints of Cornflower Blue #6CA2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 20.69%
G = 31.03%
B = 48.28%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6CA2FC (or 0x6CA2FC) is known color: Cornflower Blue. HEX triplet: 6C, A2 and FC. RGB value is (108,162,252). Sum of RGB (Red+Green+Blue) = 108+162+252=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CA2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA2FC is #935D03. Grayscale: #9B9B9B. Windows color (decimal): -9657604 or 16556652. OLE color: 16556652.

HSL color Cylindrical-coordinate representation of color #6CA2FC: hue angle of 217.5º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CA2FC is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 162 252 -
CMYK 0.57 0.36 0 0.01
HSL 217.5º 0.96% 0.71% -
HSV(B) 217.5º 0.57% 0.99% -
XYZ 36.68 36.06 97.12 -
YUV 156.11 182.11 93.68 -
System Red Green Blue C M Y K H S L
Decimal 108 162 252 0.57 0.36 0 0.01 217.5 0.96 0.71
Hex 6C A2 FC 39 24 0 1 DA 60 47
Octal 154 242 374 71 44 0 1 332 140 107
Binary 1101100 10100010 11111100 111001 100100 0 1 11011010 1100000 1000111

Color Harmonies of #6CA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA2FC

Black with #6CA2FC

Text Example


Text Example

White with #6CA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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