Html Css Color HEX #699BE0 Cornflower Blue

📋 copy color: '#699BE0'

red 105 ◦ green 155 ◦ blue 224

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

Shades of Cornflower Blue #699BE0

Tints of Cornflower Blue #699BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 21.69%
G = 32.02%
B = 46.28%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#699BE0 (or 0x699BE0) is known color: Cornflower Blue. HEX triplet: 69, 9B and E0. RGB value is (105,155,224). Sum of RGB (Red+Green+Blue) = 105+155+224=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #699BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BE0 is #96641F. Grayscale: #939393. Windows color (decimal): -9856032 or 14719849. OLE color: 14719849.

HSL color Cylindrical-coordinate representation of color #699BE0: hue angle of 214.79º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699BE0 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 155 224 -
CMYK 0.53 0.31 0 0.12
HSL 214.79º 0.66% 0.65% -
HSV(B) 214.79º 0.53% 0.88% -
XYZ 31 31.83 75.03 -
YUV 147.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 105 155 224 0.53 0.31 0 0.12 214.79 0.66 0.65
Hex 69 9B E0 35 1F 0 C D7 42 41
Octal 151 233 340 65 37 0 14 327 102 101
Binary 1101001 10011011 11100000 110101 11111 0 1100 11010111 1000010 1000001

Color Harmonies of #699BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BE0

Black with #699BE0

Text Example


Text Example

White with #699BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,155,224); }

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

background-color css

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

 a { background-color: rgb(105,155,224); }

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

border-color css

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

 span { border-color: rgb(105,155,224); }

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