Html Css Color HEX #699EE0 Cornflower Blue

📋 copy color: '#699EE0'

red 105 ◦ green 158 ◦ blue 224

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

Shades of Cornflower Blue #699EE0

Tints of Cornflower Blue #699EE0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.44%

 BLUE value IS 224 (87.89% from 255) = 46%

R = 21.56%
G = 32.44%
B = 46%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#699EE0 (or 0x699EE0) is known color: Cornflower Blue. HEX triplet: 69, 9E and E0. RGB value is (105,158,224). Sum of RGB (Red+Green+Blue) = 105+158+224=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #699EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699EE0 is #96611F. Grayscale: #959595. Windows color (decimal): -9855264 or 14720617. OLE color: 14720617.

HSL color Cylindrical-coordinate representation of color #699EE0: hue angle of 213.28º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699EE0 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 158 224 -
CMYK 0.53 0.29 0 0.12
HSL 213.28º 0.66% 0.65% -
HSV(B) 213.28º 0.53% 0.88% -
XYZ 31.51 32.84 75.2 -
YUV 149.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 105 158 224 0.53 0.29 0 0.12 213.28 0.66 0.65
Hex 69 9E E0 35 1D 0 C D5 42 41
Octal 151 236 340 65 35 0 14 325 102 101
Binary 1101001 10011110 11100000 110101 11101 0 1100 11010101 1000010 1000001

Color Harmonies of #699EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699EE0

Black with #699EE0

Text Example


Text Example

White with #699EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699EE0; }

 p { color: rgb(105,158,224); }

 H1.HeaderClassName
 {
   color: #699EE0;
 }
 .AnyTagClassName
 {
   color: #699EE0;
 }
</style>

background-color css

<style>
 a { background-color: #699EE0; }

 a { background-color: rgb(105,158,224); }

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

border-color css

<style>
 span { border-color: #699EE0; }

 span { border-color: rgb(105,158,224); }

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