Html Css Color HEX #6094DB Cornflower Blue

📋 copy color: '#6094DB'

red 96 ◦ green 148 ◦ blue 219

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

Shades of Cornflower Blue #6094DB

Tints of Cornflower Blue #6094DB

RGB

 RED value IS 96 (37.89% from 255) = 20.73%

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 20.73%
G = 31.97%
B = 47.3%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6094DB (or 0x6094DB) is known color: Cornflower Blue. HEX triplet: 60, 94 and DB. RGB value is (96,148,219). Sum of RGB (Red+Green+Blue) = 96+148+219=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #6094DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6094DB is #9F6B24. Grayscale: #8C8C8C. Windows color (decimal): -10447653 or 14390368. OLE color: 14390368.

HSL color Cylindrical-coordinate representation of color #6094DB: hue angle of 214.63º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6094DB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 148 219 -
CMYK 0.56 0.32 0 0.14
HSL 214.63º 0.63% 0.62% -
HSV(B) 214.63º 0.56% 0.86% -
XYZ 28.2 28.78 71.09 -
YUV 140.55 172.27 96.23 -
System Red Green Blue C M Y K H S L
Decimal 96 148 219 0.56 0.32 0 0.14 214.63 0.63 0.62
Hex 60 94 DB 38 20 0 E D7 3F 3E
Octal 140 224 333 70 40 0 16 327 77 76
Binary 1100000 10010100 11011011 111000 100000 0 1110 11010111 111111 111110

Color Harmonies of #6094DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6094DB

Black with #6094DB

Text Example


Text Example

White with #6094DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6094DB; }

 p { color: rgb(96,148,219); }

 H1.HeaderClassName
 {
   color: #6094DB;
 }
 .AnyTagClassName
 {
   color: #6094DB;
 }
</style>

background-color css

<style>
 a { background-color: #6094DB; }

 a { background-color: rgb(96,148,219); }

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

border-color css

<style>
 span { border-color: #6094DB; }

 span { border-color: rgb(96,148,219); }

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