Html Css Color HEX #6988DB Cornflower Blue

📋 copy color: '#6988DB'

red 105 ◦ green 136 ◦ blue 219

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

Shades of Cornflower Blue #6988DB

Tints of Cornflower Blue #6988DB

RGB

 RED value IS 105 (41.41% from 255) = 22.83%

 GREEN value IS 136 (53.52% from 255) = 29.57%

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

R = 22.83%
G = 29.57%
B = 47.61%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6988DB (or 0x6988DB) is known color: Cornflower Blue. HEX triplet: 69, 88 and DB. RGB value is (105,136,219). Sum of RGB (Red+Green+Blue) = 105+136+219=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #6988DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6988DB is #967724. Grayscale: #878787. Windows color (decimal): -9860901 or 14387305. OLE color: 14387305.

HSL color Cylindrical-coordinate representation of color #6988DB: hue angle of 223.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6988DB is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 136 219 -
CMYK 0.52 0.38 0 0.14
HSL 223.68º 0.61% 0.64% -
HSV(B) 223.68º 0.52% 0.86% -
XYZ 27.42 25.73 70.54 -
YUV 136.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 105 136 219 0.52 0.38 0 0.14 223.68 0.61 0.64
Hex 69 88 DB 34 26 0 E E0 3D 40
Octal 151 210 333 64 46 0 16 340 75 100
Binary 1101001 10001000 11011011 110100 100110 0 1110 11100000 111101 1000000

Color Harmonies of #6988DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6988DB

Black with #6988DB

Text Example


Text Example

White with #6988DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,136,219); }

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

background-color css

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

 a { background-color: rgb(105,136,219); }

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

border-color css

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

 span { border-color: rgb(105,136,219); }

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