Html Css Color HEX #6CA2EF Cornflower Blue

📋 copy color: '#6CA2EF'

red 108 ◦ green 162 ◦ blue 239

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

Shades of Cornflower Blue #6CA2EF

Tints of Cornflower Blue #6CA2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 21.22%
G = 31.83%
B = 46.95%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CA2EF (or 0x6CA2EF) is known color: Cornflower Blue. HEX triplet: 6C, A2 and EF. RGB value is (108,162,239). Sum of RGB (Red+Green+Blue) = 108+162+239=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CA2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA2EF is #935D10. Grayscale: #9A9A9A. Windows color (decimal): -9657617 or 15704684. OLE color: 15704684.

HSL color Cylindrical-coordinate representation of color #6CA2EF: hue angle of 215.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CA2EF is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 162 239 -
CMYK 0.55 0.32 0 0.06
HSL 215.27º 0.8% 0.68% -
HSV(B) 215.27º 0.55% 0.94% -
XYZ 34.68 35.26 86.64 -
YUV 154.63 175.61 94.74 -
System Red Green Blue C M Y K H S L
Decimal 108 162 239 0.55 0.32 0 0.06 215.27 0.8 0.68
Hex 6C A2 EF 37 20 0 6 D7 50 44
Octal 154 242 357 67 40 0 6 327 120 104
Binary 1101100 10100010 11101111 110111 100000 0 110 11010111 1010000 1000100

Color Harmonies of #6CA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA2EF

Black with #6CA2EF

Text Example


Text Example

White with #6CA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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