Html Css Color HEX #6988F7 Cornflower Blue

📋 copy color: '#6988F7'

red 105 ◦ green 136 ◦ blue 247

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

Shades of Cornflower Blue #6988F7

Tints of Cornflower Blue #6988F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.61%

R = 21.52%
G = 27.87%
B = 50.61%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6988F7 (or 0x6988F7) is known color: Cornflower Blue. HEX triplet: 69, 88 and F7. RGB value is (105,136,247). Sum of RGB (Red+Green+Blue) = 105+136+247=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #6988F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6988F7 is #967708. Grayscale: #8A8A8A. Windows color (decimal): -9860873 or 16222313. OLE color: 16222313.

HSL color Cylindrical-coordinate representation of color #6988F7: hue angle of 226.9º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6988F7 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 136 247 -
CMYK 0.57 0.45 0 0.03
HSL 226.9º 0.9% 0.69% -
HSV(B) 226.9º 0.57% 0.97% -
XYZ 31.42 27.33 91.61 -
YUV 139.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 105 136 247 0.57 0.45 0 0.03 226.9 0.9 0.69
Hex 69 88 F7 39 2D 0 3 E3 5A 45
Octal 151 210 367 71 55 0 3 343 132 105
Binary 1101001 10001000 11110111 111001 101101 0 11 11100011 1011010 1000101

Color Harmonies of #6988F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6988F7

Black with #6988F7

Text Example


Text Example

White with #6988F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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