Html Css Color HEX #6296DC Cornflower Blue

📋 copy color: '#6296DC'

red 98 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #6296DC

Tints of Cornflower Blue #6296DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.05%

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

R = 20.94%
G = 32.05%
B = 47.01%

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

#6296DC (or 0x6296DC) is known color: Cornflower Blue. HEX triplet: 62, 96 and DC. RGB value is (98,150,220). Sum of RGB (Red+Green+Blue) = 98+150+220=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6296DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6296DC is #9D6923. Grayscale: #8E8E8E. Windows color (decimal): -10316068 or 14456418. OLE color: 14456418.

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

Color convert

RGB 98 150 220 -
CMYK 0.55 0.32 0 0.14
HSL 214.43º 0.64% 0.62% -
HSV(B) 214.43º 0.55% 0.86% -
XYZ 28.86 29.58 71.9 -
YUV 142.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 98 150 220 0.55 0.32 0 0.14 214.43 0.64 0.62
Hex 62 96 DC 37 20 0 E D6 40 3E
Octal 142 226 334 67 40 0 16 326 100 76
Binary 1100010 10010110 11011100 110111 100000 0 1110 11010110 1000000 111110

Color Harmonies of #6296DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6296DC

Black with #6296DC

Text Example


Text Example

White with #6296DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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