Html Css Color HEX #6CA2EE Cornflower Blue

📋 copy color: '#6CA2EE'

red 108 ◦ green 162 ◦ blue 238

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

Shades of Cornflower Blue #6CA2EE

Tints of Cornflower Blue #6CA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 21.26%
G = 31.89%
B = 46.85%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CA2EE (or 0x6CA2EE) is known color: Cornflower Blue. HEX triplet: 6C, A2 and EE. RGB value is (108,162,238). Sum of RGB (Red+Green+Blue) = 108+162+238=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CA2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA2EE is #935D11. Grayscale: #9A9A9A. Windows color (decimal): -9657618 or 15639148. OLE color: 15639148.

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

Color convert

RGB 108 162 238 -
CMYK 0.55 0.32 0 0.07
HSL 215.08º 0.79% 0.68% -
HSV(B) 215.08º 0.55% 0.93% -
XYZ 34.54 35.2 85.86 -
YUV 154.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 108 162 238 0.55 0.32 0 0.07 215.08 0.79 0.68
Hex 6C A2 EE 37 20 0 7 D7 4F 44
Octal 154 242 356 67 40 0 7 327 117 104
Binary 1101100 10100010 11101110 110111 100000 0 111 11010111 1001111 1000100

Color Harmonies of #6CA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA2EE

Black with #6CA2EE

Text Example


Text Example

White with #6CA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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