Html Css Color HEX #699CF5 Cornflower Blue

📋 copy color: '#699CF5'

red 105 ◦ green 156 ◦ blue 245

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

Shades of Cornflower Blue #699CF5

Tints of Cornflower Blue #699CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.42%

R = 20.75%
G = 30.83%
B = 48.42%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#699CF5 (or 0x699CF5) is known color: Cornflower Blue. HEX triplet: 69, 9C and F5. RGB value is (105,156,245). Sum of RGB (Red+Green+Blue) = 105+156+245=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #699CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CF5 is #96630A. Grayscale: #969696. Windows color (decimal): -9855755 or 16096361. OLE color: 16096361.

HSL color Cylindrical-coordinate representation of color #699CF5: hue angle of 218.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #699CF5 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 105 156 245 -
CMYK 0.57 0.36 0 0.04
HSL 218.14º 0.88% 0.69% -
HSV(B) 218.14º 0.57% 0.96% -
XYZ 34.2 33.37 91.03 -
YUV 150.9 181.1 95.26 -
System Red Green Blue C M Y K H S L
Decimal 105 156 245 0.57 0.36 0 0.04 218.14 0.88 0.69
Hex 69 9C F5 39 24 0 4 DA 58 45
Octal 151 234 365 71 44 0 4 332 130 105
Binary 1101001 10011100 11110101 111001 100100 0 100 11011010 1011000 1000101

Color Harmonies of #699CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CF5

Black with #699CF5

Text Example


Text Example

White with #699CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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