Html Css Color HEX #699BEE Cornflower Blue

📋 copy color: '#699BEE'

red 105 ◦ green 155 ◦ blue 238

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

Shades of Cornflower Blue #699BEE

Tints of Cornflower Blue #699BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 21.08%
G = 31.12%
B = 47.79%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#699BEE (or 0x699BEE) is known color: Cornflower Blue. HEX triplet: 69, 9B and EE. RGB value is (105,155,238). Sum of RGB (Red+Green+Blue) = 105+155+238=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #699BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BEE is #966411. Grayscale: #959595. Windows color (decimal): -9856018 or 15637353. OLE color: 15637353.

HSL color Cylindrical-coordinate representation of color #699BEE: hue angle of 217.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699BEE is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 155 238 -
CMYK 0.56 0.35 0 0.07
HSL 217.44º 0.8% 0.67% -
HSV(B) 217.44º 0.56% 0.93% -
XYZ 32.98 32.62 85.45 -
YUV 149.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 105 155 238 0.56 0.35 0 0.07 217.44 0.8 0.67
Hex 69 9B EE 38 23 0 7 D9 50 43
Octal 151 233 356 70 43 0 7 331 120 103
Binary 1101001 10011011 11101110 111000 100011 0 111 11011001 1010000 1000011

Color Harmonies of #699BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BEE

Black with #699BEE

Text Example


Text Example

White with #699BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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