Html Css Color HEX #6685FF Cornflower Blue

📋 copy color: '#6685FF'

red 102 ◦ green 133 ◦ blue 255

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

Shades of Cornflower Blue #6685FF

Tints of Cornflower Blue #6685FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 20.82%
G = 27.14%
B = 52.04%

CMYK

 C value IS 0.6

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6685FF (or 0x6685FF) is known color: Cornflower Blue. HEX triplet: 66, 85 and FF. RGB value is (102,133,255). Sum of RGB (Red+Green+Blue) = 102+133+255=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #6685FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6685FF is #997A00. Grayscale: #898989. Windows color (decimal): -10058241 or 16745830. OLE color: 16745830.

HSL color Cylindrical-coordinate representation of color #6685FF: hue angle of 227.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6685FF is Cyan = 0.6, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 133 255 -
CMYK 0.6 0.48 0 0
HSL 227.84º 1% 0.7% -
HSV(B) 227.84º 0.6% 1% -
XYZ 31.92 26.82 98.1 -
YUV 137.64 194.23 102.58 -
System Red Green Blue C M Y K H S L
Decimal 102 133 255 0.6 0.48 0 0 227.84 1 0.7
Hex 66 85 FF 3C 30 0 0 E4 64 46
Octal 146 205 377 74 60 0 0 344 144 106
Binary 1100110 10000101 11111111 111100 110000 0 0 11100100 1100100 1000110

Color Harmonies of #6685FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6685FF

Black with #6685FF

Text Example


Text Example

White with #6685FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6685FF; }

 p { color: rgb(102,133,255); }

 H1.HeaderClassName
 {
   color: #6685FF;
 }
 .AnyTagClassName
 {
   color: #6685FF;
 }
</style>

background-color css

<style>
 a { background-color: #6685FF; }

 a { background-color: rgb(102,133,255); }

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

border-color css

<style>
 span { border-color: #6685FF; }

 span { border-color: rgb(102,133,255); }

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