Html Css Color HEX #699EDD Cornflower Blue

📋 copy color: '#699EDD'

red 105 ◦ green 158 ◦ blue 221

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

Shades of Cornflower Blue #699EDD

Tints of Cornflower Blue #699EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 21.69%
G = 32.64%
B = 45.66%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#699EDD (or 0x699EDD) is known color: Cornflower Blue. HEX triplet: 69, 9E and DD. RGB value is (105,158,221). Sum of RGB (Red+Green+Blue) = 105+158+221=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #699EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699EDD is #966122. Grayscale: #959595. Windows color (decimal): -9855267 or 14524009. OLE color: 14524009.

HSL color Cylindrical-coordinate representation of color #699EDD: hue angle of 212.59º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699EDD is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 158 221 -
CMYK 0.52 0.29 0 0.13
HSL 212.59º 0.63% 0.64% -
HSV(B) 212.59º 0.52% 0.87% -
XYZ 31.1 32.68 73.07 -
YUV 149.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 105 158 221 0.52 0.29 0 0.13 212.59 0.63 0.64
Hex 69 9E DD 34 1D 0 D D5 3F 40
Octal 151 236 335 64 35 0 15 325 77 100
Binary 1101001 10011110 11011101 110100 11101 0 1101 11010101 111111 1000000

Color Harmonies of #699EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699EDD

Black with #699EDD

Text Example


Text Example

White with #699EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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