Html Css Color HEX #6397DB Cornflower Blue

📋 copy color: '#6397DB'

red 99 ◦ green 151 ◦ blue 219

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

Shades of Cornflower Blue #6397DB

Tints of Cornflower Blue #6397DB

RGB

 RED value IS 99 (39.06% from 255) = 21.11%

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

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

R = 21.11%
G = 32.2%
B = 46.7%

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

#6397DB (or 0x6397DB) is known color: Cornflower Blue. HEX triplet: 63, 97 and DB. RGB value is (99,151,219). Sum of RGB (Red+Green+Blue) = 99+151+219=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #6397DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397DB is #9C6824. Grayscale: #8E8E8E. Windows color (decimal): -10250277 or 14391139. OLE color: 14391139.

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

Color convert

RGB 99 151 219 -
CMYK 0.55 0.31 0 0.14
HSL 214º 0.63% 0.62% -
HSV(B) 214º 0.55% 0.86% -
XYZ 29 29.9 71.26 -
YUV 143.2 170.77 96.47 -
System Red Green Blue C M Y K H S L
Decimal 99 151 219 0.55 0.31 0 0.14 214 0.63 0.62
Hex 63 97 DB 37 1F 0 E D6 3E 3E
Octal 143 227 333 67 37 0 16 326 76 76
Binary 1100011 10010111 11011011 110111 11111 0 1110 11010110 111110 111110

Color Harmonies of #6397DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6397DB

Black with #6397DB

Text Example


Text Example

White with #6397DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,151,219); }

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

background-color css

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

 a { background-color: rgb(99,151,219); }

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

border-color css

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

 span { border-color: rgb(99,151,219); }

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