Html Css Color HEX #699DED Cornflower Blue

📋 copy color: '#699DED'

red 105 ◦ green 157 ◦ blue 237

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

Shades of Cornflower Blue #699DED

Tints of Cornflower Blue #699DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 21.04%
G = 31.46%
B = 47.49%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#699DED (or 0x699DED) is known color: Cornflower Blue. HEX triplet: 69, 9D and ED. RGB value is (105,157,237). Sum of RGB (Red+Green+Blue) = 105+157+237=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #699DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DED is #966212. Grayscale: #969696. Windows color (decimal): -9855507 or 15572329. OLE color: 15572329.

HSL color Cylindrical-coordinate representation of color #699DED: hue angle of 216.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699DED is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 157 237 -
CMYK 0.56 0.34 0 0.07
HSL 216.36º 0.79% 0.67% -
HSV(B) 216.36º 0.56% 0.93% -
XYZ 33.17 33.23 84.79 -
YUV 150.57 176.77 95.5 -
System Red Green Blue C M Y K H S L
Decimal 105 157 237 0.56 0.34 0 0.07 216.36 0.79 0.67
Hex 69 9D ED 38 22 0 7 D8 4F 43
Octal 151 235 355 70 42 0 7 330 117 103
Binary 1101001 10011101 11101101 111000 100010 0 111 11011000 1001111 1000011

Color Harmonies of #699DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DED

Black with #699DED

Text Example


Text Example

White with #699DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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