Html Css Color HEX #688AF0 Cornflower Blue

📋 copy color: '#688AF0'

red 104 ◦ green 138 ◦ blue 240

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

Shades of Cornflower Blue #688AF0

Tints of Cornflower Blue #688AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.79%

R = 21.58%
G = 28.63%
B = 49.79%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#688AF0 (or 0x688AF0) is known color: Cornflower Blue. HEX triplet: 68, 8A and F0. RGB value is (104,138,240). Sum of RGB (Red+Green+Blue) = 104+138+240=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #688AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688AF0 is #97750F. Grayscale: #8B8B8B. Windows color (decimal): -9925904 or 15764072. OLE color: 15764072.

HSL color Cylindrical-coordinate representation of color #688AF0: hue angle of 225º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #688AF0 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 138 240 -
CMYK 0.57 0.42 0 0.06
HSL 225º 0.82% 0.67% -
HSV(B) 225º 0.57% 0.94% -
XYZ 30.53 27.41 86.12 -
YUV 139.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 104 138 240 0.57 0.42 0 0.06 225 0.82 0.67
Hex 68 8A F0 39 2A 0 6 E1 52 43
Octal 150 212 360 71 52 0 6 341 122 103
Binary 1101000 10001010 11110000 111001 101010 0 110 11100001 1010010 1000011

Color Harmonies of #688AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688AF0

Black with #688AF0

Text Example


Text Example

White with #688AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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