Html Css Color HEX #6695FB Cornflower Blue

📋 copy color: '#6695FB'

red 102 ◦ green 149 ◦ blue 251

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

Shades of Cornflower Blue #6695FB

Tints of Cornflower Blue #6695FB

RGB

 RED value IS 102 (40.23% from 255) = 20.32%

 GREEN value IS 149 (58.59% from 255) = 29.68%

 BLUE value IS 251 (98.44% from 255) = 50%

R = 20.32%
G = 29.68%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6695FB (or 0x6695FB) is known color: Cornflower Blue. HEX triplet: 66, 95 and FB. RGB value is (102,149,251). Sum of RGB (Red+Green+Blue) = 102+149+251=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #6695FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6695FB is #996A04. Grayscale: #929292. Windows color (decimal): -10054149 or 16487782. OLE color: 16487782.

HSL color Cylindrical-coordinate representation of color #6695FB: hue angle of 221.07º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6695FB is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 149 251 -
CMYK 0.59 0.41 0 0.02
HSL 221.07º 0.95% 0.69% -
HSV(B) 221.07º 0.59% 0.98% -
XYZ 33.64 31.28 95.53 -
YUV 146.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 102 149 251 0.59 0.41 0 0.02 221.07 0.95 0.69
Hex 66 95 FB 3B 29 0 2 DD 5F 45
Octal 146 225 373 73 51 0 2 335 137 105
Binary 1100110 10010101 11111011 111011 101001 0 10 11011101 1011111 1000101

Color Harmonies of #6695FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6695FB

Black with #6695FB

Text Example


Text Example

White with #6695FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6695FB; }

 p { color: rgb(102,149,251); }

 H1.HeaderClassName
 {
   color: #6695FB;
 }
 .AnyTagClassName
 {
   color: #6695FB;
 }
</style>

background-color css

<style>
 a { background-color: #6695FB; }

 a { background-color: rgb(102,149,251); }

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

border-color css

<style>
 span { border-color: #6695FB; }

 span { border-color: rgb(102,149,251); }

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