Html Css Color HEX #699CE7 Cornflower Blue

📋 copy color: '#699CE7'

red 105 ◦ green 156 ◦ blue 231

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

Shades of Cornflower Blue #699CE7

Tints of Cornflower Blue #699CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.95%

R = 21.34%
G = 31.71%
B = 46.95%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#699CE7 (or 0x699CE7) is known color: Cornflower Blue. HEX triplet: 69, 9C and E7. RGB value is (105,156,231). Sum of RGB (Red+Green+Blue) = 105+156+231=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #699CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CE7 is #966318. Grayscale: #949494. Windows color (decimal): -9855769 or 15178857. OLE color: 15178857.

HSL color Cylindrical-coordinate representation of color #699CE7: hue angle of 215.71º degrees, saturation: 0.72, 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 #699CE7 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 156 231 -
CMYK 0.55 0.32 0 0.09
HSL 215.71º 0.72% 0.66% -
HSV(B) 215.71º 0.55% 0.91% -
XYZ 32.14 32.55 80.19 -
YUV 149.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 105 156 231 0.55 0.32 0 0.09 215.71 0.72 0.66
Hex 69 9C E7 37 20 0 9 D8 48 42
Octal 151 234 347 67 40 0 11 330 110 102
Binary 1101001 10011100 11100111 110111 100000 0 1001 11011000 1001000 1000010

Color Harmonies of #699CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CE7

Black with #699CE7

Text Example


Text Example

White with #699CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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