Html Css Color HEX #699CE9 Cornflower Blue

📋 copy color: '#699CE9'

red 105 ◦ green 156 ◦ blue 233

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

Shades of Cornflower Blue #699CE9

Tints of Cornflower Blue #699CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.17%

R = 21.26%
G = 31.58%
B = 47.17%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#699CE9 (or 0x699CE9) is known color: Cornflower Blue. HEX triplet: 69, 9C and E9. RGB value is (105,156,233). Sum of RGB (Red+Green+Blue) = 105+156+233=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #699CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CE9 is #966316. Grayscale: #959595. Windows color (decimal): -9855767 or 15309929. OLE color: 15309929.

HSL color Cylindrical-coordinate representation of color #699CE9: hue angle of 216.09º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699CE9 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 156 233 -
CMYK 0.55 0.33 0 0.09
HSL 216.09º 0.74% 0.66% -
HSV(B) 216.09º 0.55% 0.91% -
XYZ 32.42 32.66 81.69 -
YUV 149.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 105 156 233 0.55 0.33 0 0.09 216.09 0.74 0.66
Hex 69 9C E9 37 21 0 9 D8 4A 42
Octal 151 234 351 67 41 0 11 330 112 102
Binary 1101001 10011100 11101001 110111 100001 0 1001 11011000 1001010 1000010

Color Harmonies of #699CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CE9

Black with #699CE9

Text Example


Text Example

White with #699CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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