Html Css Color HEX #6AA4EE Cornflower Blue

📋 copy color: '#6AA4EE'

red 106 ◦ green 164 ◦ blue 238

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

Shades of Cornflower Blue #6AA4EE

Tints of Cornflower Blue #6AA4EE

RGB

 RED value IS 106 (41.8% from 255) = 20.87%

 GREEN value IS 164 (64.45% from 255) = 32.28%

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

R = 20.87%
G = 32.28%
B = 46.85%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AA4EE (or 0x6AA4EE) is known color: Cornflower Blue. HEX triplet: 6A, A4 and EE. RGB value is (106,164,238). Sum of RGB (Red+Green+Blue) = 106+164+238=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 164 (64.45% from 255 or 32.28% 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 #6AA4EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA4EE is #955B11. Grayscale: #9A9A9A. Windows color (decimal): -9788178 or 15639658. OLE color: 15639658.

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

Color convert

RGB 106 164 238 -
CMYK 0.55 0.31 0 0.07
HSL 213.64º 0.8% 0.67% -
HSV(B) 213.64º 0.55% 0.93% -
XYZ 34.65 35.79 85.97 -
YUV 155.09 174.78 92.98 -
System Red Green Blue C M Y K H S L
Decimal 106 164 238 0.55 0.31 0 0.07 213.64 0.8 0.67
Hex 6A A4 EE 37 1F 0 7 D6 50 43
Octal 152 244 356 67 37 0 7 326 120 103
Binary 1101010 10100100 11101110 110111 11111 0 111 11010110 1010000 1000011

Color Harmonies of #6AA4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA4EE

Black with #6AA4EE

Text Example


Text Example

White with #6AA4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,164,238); }

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

background-color css

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

 a { background-color: rgb(106,164,238); }

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

border-color css

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

 span { border-color: rgb(106,164,238); }

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