Html Css Color HEX #699FE6 Cornflower Blue

📋 copy color: '#699FE6'

red 105 ◦ green 159 ◦ blue 230

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

Shades of Cornflower Blue #699FE6

Tints of Cornflower Blue #699FE6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.19%

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

R = 21.26%
G = 32.19%
B = 46.56%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#699FE6 (or 0x699FE6) is known color: Cornflower Blue. HEX triplet: 69, 9F and E6. RGB value is (105,159,230). Sum of RGB (Red+Green+Blue) = 105+159+230=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #699FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FE6 is #966019. Grayscale: #969696. Windows color (decimal): -9855002 or 15114089. OLE color: 15114089.

HSL color Cylindrical-coordinate representation of color #699FE6: hue angle of 214.08º 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 #699FE6 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 159 230 -
CMYK 0.54 0.31 0 0.10
HSL 214.08º 0.71% 0.66% -
HSV(B) 214.08º 0.54% 0.9% -
XYZ 32.51 33.51 79.62 -
YUV 150.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 105 159 230 0.54 0.31 0 0.10 214.08 0.71 0.66
Hex 69 9F E6 36 1F 0 A D6 47 42
Octal 151 237 346 66 37 0 12 326 107 102
Binary 1101001 10011111 11100110 110110 11111 0 1010 11010110 1000111 1000010

Color Harmonies of #699FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699FE6

Black with #699FE6

Text Example


Text Example

White with #699FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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