Html Css Color HEX #6297DC Cornflower Blue

📋 copy color: '#6297DC'

red 98 ◦ green 151 ◦ blue 220

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

Shades of Cornflower Blue #6297DC

Tints of Cornflower Blue #6297DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

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

R = 20.9%
G = 32.2%
B = 46.91%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6297DC (or 0x6297DC) is known color: Cornflower Blue. HEX triplet: 62, 97 and DC. RGB value is (98,151,220). Sum of RGB (Red+Green+Blue) = 98+151+220=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6297DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297DC is #9D6823. Grayscale: #8E8E8E. Windows color (decimal): -10315812 or 14456674. OLE color: 14456674.

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

Color convert

RGB 98 151 220 -
CMYK 0.55 0.31 0 0.14
HSL 213.93º 0.64% 0.62% -
HSV(B) 213.93º 0.55% 0.86% -
XYZ 29.02 29.9 71.95 -
YUV 143.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 98 151 220 0.55 0.31 0 0.14 213.93 0.64 0.62
Hex 62 97 DC 37 1F 0 E D6 40 3E
Octal 142 227 334 67 37 0 16 326 100 76
Binary 1100010 10010111 11011100 110111 11111 0 1110 11010110 1000000 111110

Color Harmonies of #6297DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6297DC

Black with #6297DC

Text Example


Text Example

White with #6297DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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