Html Css Color HEX #699CE3 Cornflower Blue

📋 copy color: '#699CE3'

red 105 ◦ green 156 ◦ blue 227

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

Shades of Cornflower Blue #699CE3

Tints of Cornflower Blue #699CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.52%

R = 21.52%
G = 31.97%
B = 46.52%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#699CE3 (or 0x699CE3) is known color: Cornflower Blue. HEX triplet: 69, 9C and E3. RGB value is (105,156,227). Sum of RGB (Red+Green+Blue) = 105+156+227=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #699CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CE3 is #96631C. Grayscale: #949494. Windows color (decimal): -9855773 or 14916713. OLE color: 14916713.

HSL color Cylindrical-coordinate representation of color #699CE3: hue angle of 214.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699CE3 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 105 156 227 -
CMYK 0.54 0.31 0 0.11
HSL 214.92º 0.69% 0.65% -
HSV(B) 214.92º 0.54% 0.89% -
XYZ 31.58 32.33 77.25 -
YUV 148.85 172.1 96.73 -
System Red Green Blue C M Y K H S L
Decimal 105 156 227 0.54 0.31 0 0.11 214.92 0.69 0.65
Hex 69 9C E3 36 1F 0 B D7 45 41
Octal 151 234 343 66 37 0 13 327 105 101
Binary 1101001 10011100 11100011 110110 11111 0 1011 11010111 1000101 1000001

Color Harmonies of #699CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CE3

Black with #699CE3

Text Example


Text Example

White with #699CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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