Html Css Color HEX #6292DB Cornflower Blue

📋 copy color: '#6292DB'

red 98 ◦ green 146 ◦ blue 219

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

Shades of Cornflower Blue #6292DB

Tints of Cornflower Blue #6292DB

RGB

 RED value IS 98 (38.67% from 255) = 21.17%

 GREEN value IS 146 (57.42% from 255) = 31.53%

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

R = 21.17%
G = 31.53%
B = 47.3%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6292DB (or 0x6292DB) is known color: Cornflower Blue. HEX triplet: 62, 92 and DB. RGB value is (98,146,219). Sum of RGB (Red+Green+Blue) = 98+146+219=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 146 (57.42% from 255 or 31.53% 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 #6292DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292DB is #9D6D24. Grayscale: #8B8B8B. Windows color (decimal): -10317093 or 14389858. OLE color: 14389858.

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

Color convert

RGB 98 146 219 -
CMYK 0.55 0.33 0 0.14
HSL 216.2º 0.63% 0.62% -
HSV(B) 216.2º 0.55% 0.86% -
XYZ 28.1 28.27 70.99 -
YUV 139.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 98 146 219 0.55 0.33 0 0.14 216.2 0.63 0.62
Hex 62 92 DB 37 21 0 E D8 3F 3E
Octal 142 222 333 67 41 0 16 330 77 76
Binary 1100010 10010010 11011011 110111 100001 0 1110 11011000 111111 111110

Color Harmonies of #6292DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6292DB

Black with #6292DB

Text Example


Text Example

White with #6292DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,146,219); }

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

background-color css

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

 a { background-color: rgb(98,146,219); }

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

border-color css

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

 span { border-color: rgb(98,146,219); }

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