Html Css Color HEX #699BF0 Cornflower Blue

📋 copy color: '#699BF0'

red 105 ◦ green 155 ◦ blue 240

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

Shades of Cornflower Blue #699BF0

Tints of Cornflower Blue #699BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48%

R = 21%
G = 31%
B = 48%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#699BF0 (or 0x699BF0) is known color: Cornflower Blue. HEX triplet: 69, 9B and F0. RGB value is (105,155,240). Sum of RGB (Red+Green+Blue) = 105+155+240=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #699BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BF0 is #96640F. Grayscale: #959595. Windows color (decimal): -9856016 or 15768425. OLE color: 15768425.

HSL color Cylindrical-coordinate representation of color #699BF0: hue angle of 217.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699BF0 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 155 240 -
CMYK 0.56 0.35 0 0.06
HSL 217.78º 0.82% 0.68% -
HSV(B) 217.78º 0.56% 0.94% -
XYZ 33.28 32.74 87 -
YUV 149.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 105 155 240 0.56 0.35 0 0.06 217.78 0.82 0.68
Hex 69 9B F0 38 23 0 6 DA 52 44
Octal 151 233 360 70 43 0 6 332 122 104
Binary 1101001 10011011 11110000 111000 100011 0 110 11011010 1010010 1000100

Color Harmonies of #699BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BF0

Black with #699BF0

Text Example


Text Example

White with #699BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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