Html Css Color HEX #6796DB Cornflower Blue

📋 copy color: '#6796DB'

red 103 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #6796DB

Tints of Cornflower Blue #6796DB

RGB

 RED value IS 103 (40.63% from 255) = 21.82%

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

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

R = 21.82%
G = 31.78%
B = 46.4%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6796DB (or 0x6796DB) is known color: Cornflower Blue. HEX triplet: 67, 96 and DB. RGB value is (103,150,219). Sum of RGB (Red+Green+Blue) = 103+150+219=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #6796DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6796DB is #986924. Grayscale: #8F8F8F. Windows color (decimal): -9988389 or 14390887. OLE color: 14390887.

HSL color Cylindrical-coordinate representation of color #6796DB: hue angle of 215.69º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6796DB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 150 219 -
CMYK 0.53 0.32 0 0.14
HSL 215.69º 0.62% 0.63% -
HSV(B) 215.69º 0.53% 0.86% -
XYZ 29.29 29.81 71.23 -
YUV 143.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 103 150 219 0.53 0.32 0 0.14 215.69 0.62 0.63
Hex 67 96 DB 35 20 0 E D8 3E 3F
Octal 147 226 333 65 40 0 16 330 76 77
Binary 1100111 10010110 11011011 110101 100000 0 1110 11011000 111110 111111

Color Harmonies of #6796DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6796DB

Black with #6796DB

Text Example


Text Example

White with #6796DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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