Html Css Color HEX #6295DC Cornflower Blue

📋 copy color: '#6295DC'

red 98 ◦ green 149 ◦ blue 220

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

Shades of Cornflower Blue #6295DC

Tints of Cornflower Blue #6295DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

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

R = 20.99%
G = 31.91%
B = 47.11%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6295DC (or 0x6295DC) is known color: Cornflower Blue. HEX triplet: 62, 95 and DC. RGB value is (98,149,220). Sum of RGB (Red+Green+Blue) = 98+149+220=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #6295DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295DC is #9D6A23. Grayscale: #8D8D8D. Windows color (decimal): -10316324 or 14456162. OLE color: 14456162.

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

Color convert

RGB 98 149 220 -
CMYK 0.55 0.32 0 0.14
HSL 214.92º 0.64% 0.62% -
HSV(B) 214.92º 0.55% 0.86% -
XYZ 28.7 29.26 71.84 -
YUV 141.85 172.1 96.73 -
System Red Green Blue C M Y K H S L
Decimal 98 149 220 0.55 0.32 0 0.14 214.92 0.64 0.62
Hex 62 95 DC 37 20 0 E D7 40 3E
Octal 142 225 334 67 40 0 16 327 100 76
Binary 1100010 10010101 11011100 110111 100000 0 1110 11010111 1000000 111110

Color Harmonies of #6295DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6295DC

Black with #6295DC

Text Example


Text Example

White with #6295DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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