Html Css Color HEX #6A94D7 Cornflower Blue

📋 copy color: '#6A94D7'

red 106 ◦ green 148 ◦ blue 215

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

Shades of Cornflower Blue #6A94D7

Tints of Cornflower Blue #6A94D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 22.6%
G = 31.56%
B = 45.84%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6A94D7 (or 0x6A94D7) is known color: Cornflower Blue. HEX triplet: 6A, 94 and D7. RGB value is (106,148,215). Sum of RGB (Red+Green+Blue) = 106+148+215=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #6A94D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A94D7 is #956B28. Grayscale: #8E8E8E. Windows color (decimal): -9792297 or 14128234. OLE color: 14128234.

HSL color Cylindrical-coordinate representation of color #6A94D7: hue angle of 216.88º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A94D7 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 148 215 -
CMYK 0.51 0.31 0 0.16
HSL 216.88º 0.58% 0.63% -
HSV(B) 216.88º 0.51% 0.84% -
XYZ 28.8 29.15 68.4 -
YUV 143.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 106 148 215 0.51 0.31 0 0.16 216.88 0.58 0.63
Hex 6A 94 D7 33 1F 0 10 D9 3A 3F
Octal 152 224 327 63 37 0 20 331 72 77
Binary 1101010 10010100 11010111 110011 11111 0 10000 11011001 111010 111111

Color Harmonies of #6A94D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A94D7

Black with #6A94D7

Text Example


Text Example

White with #6A94D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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