Html Css Color HEX #6296DB Cornflower Blue

📋 copy color: '#6296DB'

red 98 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #6296DB

Tints of Cornflower Blue #6296DB

RGB

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

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

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

R = 20.99%
G = 32.12%
B = 46.9%

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

#6296DB (or 0x6296DB) is known color: Cornflower Blue. HEX triplet: 62, 96 and DB. RGB value is (98,150,219). Sum of RGB (Red+Green+Blue) = 98+150+219=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #6296DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6296DB is #9D6924. Grayscale: #8D8D8D. Windows color (decimal): -10316069 or 14390882. OLE color: 14390882.

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

Color convert

RGB 98 150 219 -
CMYK 0.55 0.32 0 0.14
HSL 214.21º 0.63% 0.62% -
HSV(B) 214.21º 0.55% 0.86% -
XYZ 28.73 29.52 71.2 -
YUV 142.32 171.27 96.39 -
System Red Green Blue C M Y K H S L
Decimal 98 150 219 0.55 0.32 0 0.14 214.21 0.63 0.62
Hex 62 96 DB 37 20 0 E D6 3F 3E
Octal 142 226 333 67 40 0 16 326 77 76
Binary 1100010 10010110 11011011 110111 100000 0 1110 11010110 111111 111110

Color Harmonies of #6296DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6296DB

Black with #6296DB

Text Example


Text Example

White with #6296DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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