Html Css Color HEX #6770CA Chetwode Blue

📋 copy color: '#6770CA'

red 103 ◦ green 112 ◦ blue 202

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

Shades of Chetwode Blue #6770CA

Tints of Chetwode Blue #6770CA

RGB

 RED value IS 103 (40.63% from 255) = 24.7%

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 24.7%
G = 26.86%
B = 48.44%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6770CA (or 0x6770CA) is known color: Chetwode Blue. HEX triplet: 67, 70 and CA. RGB value is (103,112,202). Sum of RGB (Red+Green+Blue) = 103+112+202=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #6770CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770CA is #988F35. Grayscale: #777777. Windows color (decimal): -9998134 or 13267047. OLE color: 13267047.

HSL color Cylindrical-coordinate representation of color #6770CA: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6770CA is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 112 202 -
CMYK 0.49 0.45 0 0.21
HSL 234.55º 0.48% 0.6% -
HSV(B) 234.55º 0.49% 0.79% -
XYZ 22.05 18.74 58.33 -
YUV 119.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 103 112 202 0.49 0.45 0 0.21 234.55 0.48 0.6
Hex 67 70 CA 31 2D 0 15 EB 30 3C
Octal 147 160 312 61 55 0 25 353 60 74
Binary 1100111 1110000 11001010 110001 101101 0 10101 11101011 110000 111100

Color Harmonies of #6770CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770CA

Black with #6770CA

Text Example


Text Example

White with #6770CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6770CA; }

 p { color: rgb(103,112,202); }

 H1.HeaderClassName
 {
   color: #6770CA;
 }
 .AnyTagClassName
 {
   color: #6770CA;
 }
</style>

background-color css

<style>
 a { background-color: #6770CA; }

 a { background-color: rgb(103,112,202); }

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

border-color css

<style>
 span { border-color: #6770CA; }

 span { border-color: rgb(103,112,202); }

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