Html Css Color HEX #699CED Cornflower Blue

📋 copy color: '#699CED'

red 105 ◦ green 156 ◦ blue 237

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

Shades of Cornflower Blue #699CED

Tints of Cornflower Blue #699CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

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

R = 21.08%
G = 31.33%
B = 47.59%

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

#699CED (or 0x699CED) is known color: Cornflower Blue. HEX triplet: 69, 9C and ED. RGB value is (105,156,237). Sum of RGB (Red+Green+Blue) = 105+156+237=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #699CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CED is #966312. Grayscale: #959595. Windows color (decimal): -9855763 or 15572073. OLE color: 15572073.

HSL color Cylindrical-coordinate representation of color #699CED: hue angle of 216.82º 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 #699CED is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 156 237 -
CMYK 0.56 0.34 0 0.07
HSL 216.82º 0.79% 0.67% -
HSV(B) 216.82º 0.56% 0.93% -
XYZ 33 32.89 84.73 -
YUV 149.99 177.1 95.91 -
System Red Green Blue C M Y K H S L
Decimal 105 156 237 0.56 0.34 0 0.07 216.82 0.79 0.67
Hex 69 9C ED 38 22 0 7 D9 4F 43
Octal 151 234 355 70 42 0 7 331 117 103
Binary 1101001 10011100 11101101 111000 100010 0 111 11011001 1001111 1000011

Color Harmonies of #699CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CED

Black with #699CED

Text Example


Text Example

White with #699CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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