Html Css Color HEX #6685DA Cornflower Blue

📋 copy color: '#6685DA'

red 102 ◦ green 133 ◦ blue 218

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

Shades of Cornflower Blue #6685DA

Tints of Cornflower Blue #6685DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 22.52%
G = 29.36%
B = 48.12%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6685DA (or 0x6685DA) is known color: Cornflower Blue. HEX triplet: 66, 85 and DA. RGB value is (102,133,218). Sum of RGB (Red+Green+Blue) = 102+133+218=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #6685DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685DA is #997A25. Grayscale: #858585. Windows color (decimal): -10058278 or 14320998. OLE color: 14320998.

HSL color Cylindrical-coordinate representation of color #6685DA: hue angle of 223.97º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6685DA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 133 218 -
CMYK 0.53 0.39 0 0.15
HSL 223.97º 0.61% 0.63% -
HSV(B) 223.97º 0.53% 0.85% -
XYZ 26.52 24.66 69.69 -
YUV 133.42 175.73 105.59 -
System Red Green Blue C M Y K H S L
Decimal 102 133 218 0.53 0.39 0 0.15 223.97 0.61 0.63
Hex 66 85 DA 35 27 0 F E0 3D 3F
Octal 146 205 332 65 47 0 17 340 75 77
Binary 1100110 10000101 11011010 110101 100111 0 1111 11100000 111101 111111

Color Harmonies of #6685DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6685DA

Black with #6685DA

Text Example


Text Example

White with #6685DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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