Html Css Color HEX #699DE6 Cornflower Blue

📋 copy color: '#699DE6'

red 105 ◦ green 157 ◦ blue 230

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

Shades of Cornflower Blue #699DE6

Tints of Cornflower Blue #699DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 21.34%
G = 31.91%
B = 46.75%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#699DE6 (or 0x699DE6) is known color: Cornflower Blue. HEX triplet: 69, 9D and E6. RGB value is (105,157,230). Sum of RGB (Red+Green+Blue) = 105+157+230=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #699DE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DE6 is #966219. Grayscale: #959595. Windows color (decimal): -9855514 or 15113577. OLE color: 15113577.

HSL color Cylindrical-coordinate representation of color #699DE6: hue angle of 215.04º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699DE6 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 157 230 -
CMYK 0.54 0.32 0 0.10
HSL 215.04º 0.71% 0.66% -
HSV(B) 215.04º 0.54% 0.9% -
XYZ 32.17 32.83 79.5 -
YUV 149.77 173.27 96.06 -
System Red Green Blue C M Y K H S L
Decimal 105 157 230 0.54 0.32 0 0.10 215.04 0.71 0.66
Hex 69 9D E6 36 20 0 A D7 47 42
Octal 151 235 346 66 40 0 12 327 107 102
Binary 1101001 10011101 11100110 110110 100000 0 1010 11010111 1000111 1000010

Color Harmonies of #699DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DE6

Black with #699DE6

Text Example


Text Example

White with #699DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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