Html Css Color HEX #699CDE Cornflower Blue

📋 copy color: '#699CDE'

red 105 ◦ green 156 ◦ blue 222

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

Shades of Cornflower Blue #699CDE

Tints of Cornflower Blue #699CDE

RGB

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

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

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

R = 21.74%
G = 32.3%
B = 45.96%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#699CDE (or 0x699CDE) is known color: Cornflower Blue. HEX triplet: 69, 9C and DE. RGB value is (105,156,222). Sum of RGB (Red+Green+Blue) = 105+156+222=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #699CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CDE is #966321. Grayscale: #939393. Windows color (decimal): -9855778 or 14589033. OLE color: 14589033.

HSL color Cylindrical-coordinate representation of color #699CDE: hue angle of 213.85º 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 #699CDE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 156 222 -
CMYK 0.53 0.30 0 0.13
HSL 213.85º 0.64% 0.64% -
HSV(B) 213.85º 0.53% 0.87% -
XYZ 30.9 32.05 73.67 -
YUV 148.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 105 156 222 0.53 0.30 0 0.13 213.85 0.64 0.64
Hex 69 9C DE 35 1E 0 D D6 40 40
Octal 151 234 336 65 36 0 15 326 100 100
Binary 1101001 10011100 11011110 110101 11110 0 1101 11010110 1000000 1000000

Color Harmonies of #699CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CDE

Black with #699CDE

Text Example


Text Example

White with #699CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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