Html Css Color HEX #6290DC Cornflower Blue

📋 copy color: '#6290DC'

red 98 ◦ green 144 ◦ blue 220

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

Shades of Cornflower Blue #6290DC

Tints of Cornflower Blue #6290DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 21.21%
G = 31.17%
B = 47.62%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6290DC (or 0x6290DC) is known color: Cornflower Blue. HEX triplet: 62, 90 and DC. RGB value is (98,144,220). Sum of RGB (Red+Green+Blue) = 98+144+220=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #6290DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6290DC is #9D6F23. Grayscale: #8A8A8A. Windows color (decimal): -10317604 or 14454882. OLE color: 14454882.

HSL color Cylindrical-coordinate representation of color #6290DC: hue angle of 217.38º degrees, saturation: 0.64, 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 #6290DC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 144 220 -
CMYK 0.55 0.35 0 0.14
HSL 217.38º 0.64% 0.62% -
HSV(B) 217.38º 0.55% 0.86% -
XYZ 27.93 27.71 71.59 -
YUV 138.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 98 144 220 0.55 0.35 0 0.14 217.38 0.64 0.62
Hex 62 90 DC 37 23 0 E D9 40 3E
Octal 142 220 334 67 43 0 16 331 100 76
Binary 1100010 10010000 11011100 110111 100011 0 1110 11011001 1000000 111110

Color Harmonies of #6290DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6290DC

Black with #6290DC

Text Example


Text Example

White with #6290DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6290DC; }

 p { color: rgb(98,144,220); }

 H1.HeaderClassName
 {
   color: #6290DC;
 }
 .AnyTagClassName
 {
   color: #6290DC;
 }
</style>

background-color css

<style>
 a { background-color: #6290DC; }

 a { background-color: rgb(98,144,220); }

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

border-color css

<style>
 span { border-color: #6290DC; }

 span { border-color: rgb(98,144,220); }

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