Html Css Color HEX #699CDC Cornflower Blue

📋 copy color: '#699CDC'

red 105 ◦ green 156 ◦ blue 220

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

Shades of Cornflower Blue #699CDC

Tints of Cornflower Blue #699CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 21.83%
G = 32.43%
B = 45.74%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#699CDC (or 0x699CDC) is known color: Cornflower Blue. HEX triplet: 69, 9C and DC. RGB value is (105,156,220). Sum of RGB (Red+Green+Blue) = 105+156+220=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #699CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CDC is #966323. Grayscale: #939393. Windows color (decimal): -9855780 or 14457961. OLE color: 14457961.

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

Color convert

RGB 105 156 220 -
CMYK 0.52 0.29 0 0.14
HSL 213.39º 0.62% 0.64% -
HSV(B) 213.39º 0.52% 0.86% -
XYZ 30.63 31.95 72.26 -
YUV 148.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 105 156 220 0.52 0.29 0 0.14 213.39 0.62 0.64
Hex 69 9C DC 34 1D 0 E D5 3E 40
Octal 151 234 334 64 35 0 16 325 76 100
Binary 1101001 10011100 11011100 110100 11101 0 1110 11010101 111110 1000000

Color Harmonies of #699CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CDC

Black with #699CDC

Text Example


Text Example

White with #699CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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