Html Css Color HEX #688BDA Cornflower Blue

📋 copy color: '#688BDA'

red 104 ◦ green 139 ◦ blue 218

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

Shades of Cornflower Blue #688BDA

Tints of Cornflower Blue #688BDA

RGB

 RED value IS 104 (41.02% from 255) = 22.56%

 GREEN value IS 139 (54.69% from 255) = 30.15%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 22.56%
G = 30.15%
B = 47.29%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#688BDA (or 0x688BDA) is known color: Cornflower Blue. HEX triplet: 68, 8B and DA. RGB value is (104,139,218). Sum of RGB (Red+Green+Blue) = 104+139+218=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #688BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BDA is #977425. Grayscale: #898989. Windows color (decimal): -9925670 or 14322536. OLE color: 14322536.

HSL color Cylindrical-coordinate representation of color #688BDA: hue angle of 221.58º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688BDA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 139 218 -
CMYK 0.52 0.36 0 0.15
HSL 221.58º 0.61% 0.63% -
HSV(B) 221.58º 0.52% 0.85% -
XYZ 27.6 26.47 69.98 -
YUV 137.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 104 139 218 0.52 0.36 0 0.15 221.58 0.61 0.63
Hex 68 8B DA 34 24 0 F DE 3D 3F
Octal 150 213 332 64 44 0 17 336 75 77
Binary 1101000 10001011 11011010 110100 100100 0 1111 11011110 111101 111111

Color Harmonies of #688BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BDA

Black with #688BDA

Text Example


Text Example

White with #688BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688BDA; }

 p { color: rgb(104,139,218); }

 H1.HeaderClassName
 {
   color: #688BDA;
 }
 .AnyTagClassName
 {
   color: #688BDA;
 }
</style>

background-color css

<style>
 a { background-color: #688BDA; }

 a { background-color: rgb(104,139,218); }

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

border-color css

<style>
 span { border-color: #688BDA; }

 span { border-color: rgb(104,139,218); }

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