Html Css Color HEX #6091DA Cornflower Blue

📋 copy color: '#6091DA'

red 96 ◦ green 145 ◦ blue 218

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

Shades of Cornflower Blue #6091DA

Tints of Cornflower Blue #6091DA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 20.92%
G = 31.59%
B = 47.49%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6091DA (or 0x6091DA) is known color: Cornflower Blue. HEX triplet: 60, 91 and DA. RGB value is (96,145,218). Sum of RGB (Red+Green+Blue) = 96+145+218=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #6091DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091DA is #9F6E25. Grayscale: #8A8A8A. Windows color (decimal): -10448422 or 14324064. OLE color: 14324064.

HSL color Cylindrical-coordinate representation of color #6091DA: hue angle of 215.9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6091DA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 145 218 -
CMYK 0.56 0.33 0 0.15
HSL 215.9º 0.62% 0.62% -
HSV(B) 215.9º 0.56% 0.85% -
XYZ 27.6 27.8 70.24 -
YUV 138.67 172.77 97.56 -
System Red Green Blue C M Y K H S L
Decimal 96 145 218 0.56 0.33 0 0.15 215.9 0.62 0.62
Hex 60 91 DA 38 21 0 F D8 3E 3E
Octal 140 221 332 70 41 0 17 330 76 76
Binary 1100000 10010001 11011010 111000 100001 0 1111 11011000 111110 111110

Color Harmonies of #6091DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6091DA

Black with #6091DA

Text Example


Text Example

White with #6091DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6091DA; }

 p { color: rgb(96,145,218); }

 H1.HeaderClassName
 {
   color: #6091DA;
 }
 .AnyTagClassName
 {
   color: #6091DA;
 }
</style>

background-color css

<style>
 a { background-color: #6091DA; }

 a { background-color: rgb(96,145,218); }

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

border-color css

<style>
 span { border-color: #6091DA; }

 span { border-color: rgb(96,145,218); }

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