Html Css Color HEX #6B75CC Chetwode Blue

📋 copy color: '#6B75CC'

red 107 ◦ green 117 ◦ blue 204

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

Shades of Chetwode Blue #6B75CC

Tints of Chetwode Blue #6B75CC

RGB

 RED value IS 107 (42.19% from 255) = 25%

 GREEN value IS 117 (46.09% from 255) = 27.34%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 25%
G = 27.34%
B = 47.66%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B75CC (or 0x6B75CC) is known color: Chetwode Blue. HEX triplet: 6B, 75 and CC. RGB value is (107,117,204). Sum of RGB (Red+Green+Blue) = 107+117+204=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B75CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B75CC is #948A33. Grayscale: #7B7B7B. Windows color (decimal): -9734708 or 13399403. OLE color: 13399403.

HSL color Cylindrical-coordinate representation of color #6B75CC: hue angle of 233.81º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B75CC is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 117 204 -
CMYK 0.48 0.43 0 0.2
HSL 233.81º 0.49% 0.61% -
HSV(B) 233.81º 0.48% 0.8% -
XYZ 23.32 20.21 59.8 -
YUV 123.93 173.19 115.93 -
System Red Green Blue C M Y K H S L
Decimal 107 117 204 0.48 0.43 0 0.2 233.81 0.49 0.61
Hex 6B 75 CC 30 2B 0 14 EA 31 3D
Octal 153 165 314 60 53 0 24 352 61 75
Binary 1101011 1110101 11001100 110000 101011 0 10100 11101010 110001 111101

Color Harmonies of #6B75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B75CC

Black with #6B75CC

Text Example


Text Example

White with #6B75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B75CC; }

 p { color: rgb(107,117,204); }

 H1.HeaderClassName
 {
   color: #6B75CC;
 }
 .AnyTagClassName
 {
   color: #6B75CC;
 }
</style>

background-color css

<style>
 a { background-color: #6B75CC; }

 a { background-color: rgb(107,117,204); }

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

border-color css

<style>
 span { border-color: #6B75CC; }

 span { border-color: rgb(107,117,204); }

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