Html Css Color HEX #6698DB Cornflower Blue

📋 copy color: '#6698DB'

red 102 ◦ green 152 ◦ blue 219

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

Shades of Cornflower Blue #6698DB

Tints of Cornflower Blue #6698DB

RGB

 RED value IS 102 (40.23% from 255) = 21.56%

 GREEN value IS 152 (59.77% from 255) = 32.14%

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

R = 21.56%
G = 32.14%
B = 46.3%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6698DB (or 0x6698DB) is known color: Cornflower Blue. HEX triplet: 66, 98 and DB. RGB value is (102,152,219). Sum of RGB (Red+Green+Blue) = 102+152+219=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #6698DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698DB is #996724. Grayscale: #909090. Windows color (decimal): -10053413 or 14391398. OLE color: 14391398.

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

Color convert

RGB 102 152 219 -
CMYK 0.53 0.31 0 0.14
HSL 214.36º 0.62% 0.63% -
HSV(B) 214.36º 0.53% 0.86% -
XYZ 29.49 30.4 71.33 -
YUV 144.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 102 152 219 0.53 0.31 0 0.14 214.36 0.62 0.63
Hex 66 98 DB 35 1F 0 E D6 3E 3F
Octal 146 230 333 65 37 0 16 326 76 77
Binary 1100110 10011000 11011011 110101 11111 0 1110 11010110 111110 111111

Color Harmonies of #6698DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6698DB

Black with #6698DB

Text Example


Text Example

White with #6698DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,152,219); }

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

background-color css

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

 a { background-color: rgb(102,152,219); }

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

border-color css

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

 span { border-color: rgb(102,152,219); }

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