Html Css Color HEX #6A94EA Cornflower Blue

📋 copy color: '#6A94EA'

red 106 ◦ green 148 ◦ blue 234

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

Shades of Cornflower Blue #6A94EA

Tints of Cornflower Blue #6A94EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.33%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 21.72%
G = 30.33%
B = 47.95%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A94EA (or 0x6A94EA) is known color: Cornflower Blue. HEX triplet: 6A, 94 and EA. RGB value is (106,148,234). Sum of RGB (Red+Green+Blue) = 106+148+234=488 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.72% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A94EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A94EA is #956B15. Grayscale: #909090. Windows color (decimal): -9792278 or 15373418. OLE color: 15373418.

HSL color Cylindrical-coordinate representation of color #6A94EA: hue angle of 220.31º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A94EA is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 148 234 -
CMYK 0.55 0.37 0 0.08
HSL 220.31º 0.75% 0.67% -
HSV(B) 220.31º 0.55% 0.92% -
XYZ 31.39 30.18 82.01 -
YUV 145.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 106 148 234 0.55 0.37 0 0.08 220.31 0.75 0.67
Hex 6A 94 EA 37 25 0 8 DC 4B 43
Octal 152 224 352 67 45 0 10 334 113 103
Binary 1101010 10010100 11101010 110111 100101 0 1000 11011100 1001011 1000011

Color Harmonies of #6A94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A94EA

Black with #6A94EA

Text Example


Text Example

White with #6A94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,148,234); }

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

background-color css

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

 a { background-color: rgb(106,148,234); }

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

border-color css

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

 span { border-color: rgb(106,148,234); }

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