Html Css Color HEX #699BDA Cornflower Blue

📋 copy color: '#699BDA'

red 105 ◦ green 155 ◦ blue 218

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

Shades of Cornflower Blue #699BDA

Tints of Cornflower Blue #699BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 21.97%
G = 32.43%
B = 45.61%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#699BDA (or 0x699BDA) is known color: Cornflower Blue. HEX triplet: 69, 9B and DA. RGB value is (105,155,218). Sum of RGB (Red+Green+Blue) = 105+155+218=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #699BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BDA is #966425. Grayscale: #929292. Windows color (decimal): -9856038 or 14326633. OLE color: 14326633.

HSL color Cylindrical-coordinate representation of color #699BDA: hue angle of 213.45º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699BDA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 155 218 -
CMYK 0.52 0.29 0 0.15
HSL 213.45º 0.6% 0.63% -
HSV(B) 213.45º 0.52% 0.85% -
XYZ 30.2 31.51 70.82 -
YUV 147.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 105 155 218 0.52 0.29 0 0.15 213.45 0.6 0.63
Hex 69 9B DA 34 1D 0 F D5 3C 3F
Octal 151 233 332 64 35 0 17 325 74 77
Binary 1101001 10011011 11011010 110100 11101 0 1111 11010101 111100 111111

Color Harmonies of #699BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BDA

Black with #699BDA

Text Example


Text Example

White with #699BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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