Html Css Color HEX #C6CCF1 Periwinkle

📋 copy color: '#C6CCF1'

red 198 ◦ green 204 ◦ blue 241

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

Shades of Periwinkle #C6CCF1

Tints of Periwinkle #C6CCF1

RGB

 RED value IS 198 (77.73% from 255) = 30.79%

 GREEN value IS 204 (80.08% from 255) = 31.73%

 BLUE value IS 241 (94.53% from 255) = 37.48%

R = 30.79%
G = 31.73%
B = 37.48%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6CCF1 (or 0xC6CCF1) is known color: Periwinkle. HEX triplet: C6, CC and F1. RGB value is (198,204,241). Sum of RGB (Red+Green+Blue) = 198+204+241=643 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.79% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCF1 is #39330E. Grayscale: #CECECE. Windows color (decimal): -3748623 or 15846598. OLE color: 15846598.

HSL color Cylindrical-coordinate representation of color #C6CCF1: hue angle of 231.63º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6CCF1 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 204 241 -
CMYK 0.18 0.15 0 0.05
HSL 231.63º 0.61% 0.86% -
HSV(B) 231.63º 0.18% 0.95% -
XYZ 60.76 61.54 91.9 -
YUV 206.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 198 204 241 0.18 0.15 0 0.05 231.63 0.61 0.86
Hex C6 CC F1 12 F 0 5 E8 3D 56
Octal 306 314 361 22 17 0 5 350 75 126
Binary 11000110 11001100 11110001 10010 1111 0 101 11101000 111101 1010110

Color Harmonies of #C6CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCF1

Black with #C6CCF1

Text Example


Text Example

White with #C6CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCF1; }

 p { color: rgb(198,204,241); }

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

background-color css

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

 a { background-color: rgb(198,204,241); }

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

border-color css

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

 span { border-color: rgb(198,204,241); }

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