Html Css Color HEX #699DDE Cornflower Blue

📋 copy color: '#699DDE'

red 105 ◦ green 157 ◦ blue 222

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

Shades of Cornflower Blue #699DDE

Tints of Cornflower Blue #699DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 21.69%
G = 32.44%
B = 45.87%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#699DDE (or 0x699DDE) is known color: Cornflower Blue. HEX triplet: 69, 9D and DE. RGB value is (105,157,222). Sum of RGB (Red+Green+Blue) = 105+157+222=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #699DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DDE is #966221. Grayscale: #949494. Windows color (decimal): -9855522 or 14589289. OLE color: 14589289.

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

Color convert

RGB 105 157 222 -
CMYK 0.53 0.29 0 0.13
HSL 213.33º 0.64% 0.64% -
HSV(B) 213.33º 0.53% 0.87% -
XYZ 31.07 32.39 73.72 -
YUV 148.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 105 157 222 0.53 0.29 0 0.13 213.33 0.64 0.64
Hex 69 9D DE 35 1D 0 D D5 40 40
Octal 151 235 336 65 35 0 15 325 100 100
Binary 1101001 10011101 11011110 110101 11101 0 1101 11010101 1000000 1000000

Color Harmonies of #699DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DDE

Black with #699DDE

Text Example


Text Example

White with #699DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,222); }

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

background-color css

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

 a { background-color: rgb(105,157,222); }

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

border-color css

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

 span { border-color: rgb(105,157,222); }

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