Html Css Color HEX #688ADA Cornflower Blue

📋 copy color: '#688ADA'

red 104 ◦ green 138 ◦ blue 218

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

Shades of Cornflower Blue #688ADA

Tints of Cornflower Blue #688ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30%

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

R = 22.61%
G = 30%
B = 47.39%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#688ADA (or 0x688ADA) is known color: Cornflower Blue. HEX triplet: 68, 8A and DA. RGB value is (104,138,218). Sum of RGB (Red+Green+Blue) = 104+138+218=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #688ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ADA is #977525. Grayscale: #888888. Windows color (decimal): -9925926 or 14322280. OLE color: 14322280.

HSL color Cylindrical-coordinate representation of color #688ADA: hue angle of 222.11º 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 #688ADA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 138 218 -
CMYK 0.52 0.37 0 0.15
HSL 222.11º 0.61% 0.63% -
HSV(B) 222.11º 0.52% 0.85% -
XYZ 27.45 26.18 69.94 -
YUV 136.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 104 138 218 0.52 0.37 0 0.15 222.11 0.61 0.63
Hex 68 8A DA 34 25 0 F DE 3D 3F
Octal 150 212 332 64 45 0 17 336 75 77
Binary 1101000 10001010 11011010 110100 100101 0 1111 11011110 111101 111111

Color Harmonies of #688ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688ADA

Black with #688ADA

Text Example


Text Example

White with #688ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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